run:
	uv run -m src

up:
	docker-compose up

lint:
	uv run ruff format
	uv run ruff check . --fix